home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / shore_siege.swf / scripts / DefineSprite_60_BombPlace / frame_1 / DoAction.as
Text File  |  2011-08-19  |  148b  |  10 lines

  1. function onEnterFrame()
  2. {
  3.    _xscale = _xscale - 3;
  4.    _yscale = _yscale - 3;
  5.    if(_xscale < 0)
  6.    {
  7.       this.removeMovieClip();
  8.    }
  9. }
  10.